trackCustomEvent

Adds a custom event in Session Replay timeline with the name as value and updates the whole screen in the player.

Only creates the event when the method is called on MainThread.

Parameters

name

@NonNull Value to be displayed in Session Replay timeline.


Adds a custom event in Session Replay timeline with the name as value and updates the view in Session Replay player.

Only works when the method is called on MainThread.

Parameters

name

@NonNull Value to be displayed in Session Replay timeline.

view

Visible part of the View to be updated in Session Replay player.